Bug 535250 - GtkToolButton reference page says "label" where
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 May 2008 03:07:01 +0000 (03:07 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 May 2008 03:07:01 +0000 (03:07 +0000)
        it should say "icon", uses underscores

        * gtk/tmpl/gtktoolbutton.sgml: Improve introduction

svn path=/trunk/; revision=20227

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktoolbutton.sgml

index e415274e4e8a24b44f6f0ccd78c3a5890a1a2244..5ccb04cd0c16ef1f94d0137f0e5570be5ba5e5c6 100644 (file)
@@ -1,3 +1,14 @@
+2008-05-28  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 535250 - GtkToolButton reference page says "label" where 
+       it should say "icon", uses underscores
+
+       * gtk/tmpl/gtktoolbutton.sgml: Improve introduction
+
+2008-05-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk-sections.txt: Additions
+
 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 531887 - GtkTooltips is deprecated, but what should I use?
index 3d49b573d4af8c1f01c976d0b1ee4e7c2b760c5e..95561b6091fb1fca71acc1c1b9272097dd0d5a2b 100644 (file)
@@ -17,19 +17,19 @@ containing a stock item.
 
 <para>
 The label of a #GtkToolButton is determined by the properties
-"label_widget", "label", and "stock_id". If "label_widget" is
+"label-widget", "label", and "stock-id". If "label-widget" is
 non-%NULL, then that widget is used as the label. Otherwise, if
 "label" is non-%NULL, that string is used as the label. Otherwise, if
-"stock_id" is non-%NULL, the label is determined by the stock
+"stock-id" is non-%NULL, the label is determined by the stock
 item. Otherwise, the button does not have a label.
 </para>
 
 <para>
 The icon of a #GtkToolButton is determined by the properties
-"icon_widget" and "stock_id". If "icon_widget" is non-%NULL, then
-that widget is used as the icon. Otherwise, if "stock_id" is
+"icon-widget" and "stock-id". If "icon-widget" is non-%NULL, then
+that widget is used as the icon. Otherwise, if "stock-id" is
 non-%NULL, the icon is determined by the stock item. Otherwise,
-the button does not have a label.
+the button does not have a icon.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->